home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / P_R / RISE101.ZIP / saying.say < prev    next >
Text File  |  1996-04-02  |  954b  |  34 lines

  1. ;SAYING.SAY
  2. ; format:
  3. ; a,b,c,d,e,saying
  4. ;
  5. ; a = saying type
  6. ; special saying types:
  7. ; 0=we are allies
  8. ; 1=we will trade
  9. ; 2=you are unknown
  10. ; 3=we will not trade
  11. ; 4=we are at war
  12. ; 5=this means war (declare war)
  13. ; anything else depends on pet file
  14. ;
  15. ; b,c = old,new diplomatic state flags (same meaning as in pet file)
  16. ; d = probability (x100) of picking this expression (NOT relative, text is processed until
  17. ;     match is found)
  18. ; e = mood of response (THREAT=0,PEACE=1,FRIENDLY=2,TAUNT=3)
  19. ;
  20. ; note: saying should not be in quotes, but can be used in the text at will
  21. ; keywords that can be used in saying:
  22. ; <you>  
  23. ; <me>   
  24. ; <your_culture>
  25. ; <my_culture>
  26. ;
  27. 0,255,255,100,2,We are allies
  28. 1,255,255,100,2,The <my_culture>s will trade with the <your_culture>s
  29. 2,255,255,100,2,You are unknown to us
  30. 3,255,255,100,3,We will not trade with you
  31. 4,255,255,100,3,We are at war with you
  32. 5,255,255,100,0,This Means War!!!
  33.  
  34.